body.tours-identity {
    background: #f3f6fb;
}

body.tours-identity .box-section.box-breadcrumb {
    background: #edf2f8 !important;
    border-top: 1px solid #e3e9f2;
    border-bottom: 1px solid #e3e9f2;
}

body.tours-identity .box-section.box-breadcrumb .container {
    max-width: 1320px;
}

body.tours-identity .breadcrumbs {
    margin: 0;
}

body.tours-identity .breadcrumbs .text-breadcrumb {
    display: inline-flex;
    align-items: center;
    padding: 8px 14px;
    border-radius: 999px;
    background: #ffffff;
    border: 1px solid #dde5f0;
    color: #203657;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

body.tours-identity .block-content-tourlist {
    padding-top: 28px;
    padding-bottom: 36px;
}

body.tours-identity .block-content-tourlist > .container {
    max-width: 1320px;
}

body.tours-identity .box-content-main {
    display: flex;
    gap: 26px;
}

body.tours-identity .content-right {
    flex: 1 1 auto;
    min-width: 0;
}

body.tours-identity .content-left {
    width: 314px;
    min-width: 314px;
}

body.tours-identity .box-filters {
    border-bottom: 0 !important;
    margin-bottom: 20px !important;
    padding: 14px 16px !important;
    border-radius: 14px;
    border: 1px solid #dfe7f2;
    background: #ffffff;
    box-shadow: 0 8px 18px rgba(11, 31, 64, 0.06);
}

body.tours-identity .box-view-type .number-found {
    color: #223d67 !important;
    font-weight: 700;
}

body.tours-identity .box-item-sort .item-sort {
    border-radius: 10px;
    border: 1px solid #dbe4f0;
    padding: 8px 12px;
    background: #f8fbff;
}

body.tours-identity .box-grid-tours .row {
    row-gap: 14px;
}

body.tours-identity .tour-list-card {
    border: 1px solid #dde5f0;
    border-radius: 16px;
    background: #ffffff;
    box-shadow: 0 12px 24px rgba(12, 31, 62, 0.08);
    overflow: hidden;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

body.tours-identity .tour-list-card:hover {
    transform: translateY(-6px);
    border-color: #cfdcec;
    box-shadow: 0 18px 34px rgba(12, 31, 62, 0.14);
}

body.tours-identity .tour-list-card .card-image {
    height: 210px;
    margin: 0;
}

body.tours-identity .tour-list-card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.35s ease;
}

body.tours-identity .tour-list-card:hover .card-image img {
    transform: scale(1.04);
}

body.tours-identity .tour-list-card .card-info {
    margin: 0;
    padding: 14px 14px 13px;
    background: #ffffff;
}

body.tours-identity .tour-list-card .home-tour-meta {
    margin-bottom: 8px;
}

body.tours-identity .tour-list-card .home-tour-meta .icon-duration {
    display: block;
    background: none !important;
    padding-left: 0 !important;
    margin: 0;
    font-size: 13px;
    font-weight: 600;
    color: #5d7396 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

body.tours-identity .tour-list-card .tour-list-title {
    margin: 0 0 10px !important;
    min-height: 52px;
}

body.tours-identity .tour-list-card .tour-list-title a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    color: #152b4d !important;
    font-size: 20px;
    line-height: 1.28;
    font-weight: 800;
}

body.tours-identity .tour-list-card .tour-list-title a:hover {
    color: #ff7900 !important;
}

body.tours-identity .tour-list-card .tour-list-price h6 {
    margin: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ff963c;
    border-radius: 10px;
    background: #fffcf7;
    padding: 7px 10px;
    font-size: clamp(13px, 0.9vw, 15px);
    line-height: 1.1;
    font-weight: 800;
    color: #ff7900;
    letter-spacing: -0.01em;
    white-space: nowrap;
}

body.tours-identity .sidebar-left {
    border: 1px solid #dde5f0 !important;
    border-radius: 14px;
    background: #ffffff !important;
    box-shadow: 0 8px 20px rgba(10, 30, 60, 0.06);
    margin-bottom: 14px;
}

body.tours-identity .box-filters-sidebar {
    padding: 14px;
}

body.tours-identity .box-filters-sidebar .block-filter {
    border: 0 !important;
    padding-bottom: 12px;
    margin-bottom: 10px;
}

body.tours-identity .box-filters-sidebar .block-filter:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

body.tours-identity .box-filters-sidebar h6 {
    color: #162f56;
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 10px;
}

body.tours-identity .pagination {
    gap: 6px;
    margin-top: 16px;
}

body.tours-identity .pagination .page-item .page-link {
    border-radius: 10px;
    border: 1px solid #d9e3f1;
    color: #1d3f73;
    min-width: 38px;
    text-align: center;
    padding: 8px 12px;
}

body.tours-identity .pagination .page-item.active .page-link,
body.tours-identity .pagination .page-item .page-link:hover {
    background: #173b78;
    color: #ffffff;
    border-color: #173b78;
}

@media (max-width: 1199.98px) {
    body.tours-identity .content-left {
        width: 286px;
        min-width: 286px;
    }

    body.tours-identity .tour-list-card .card-image {
        height: 192px;
    }

    body.tours-identity .tour-list-card .tour-list-title a {
        font-size: 18px;
    }
}

@media (max-width: 991.98px) {
    body.tours-identity .box-content-main {
        flex-direction: column;
    }

    body.tours-identity .content-left {
        width: 100%;
        min-width: 0;
    }

    body.tours-identity .content-right,
    body.tours-identity .content-left {
        order: initial;
    }
}

@media (max-width: 767.98px) {
    body.tours-identity .block-content-tourlist {
        padding-top: 18px;
        padding-bottom: 60px;
    }

    body.tours-identity .box-filters {
        padding: 10px 10px !important;
        margin-bottom: 14px !important;
    }

    body.tours-identity .tour-list-card .card-image {
        height: 182px;
    }

    body.tours-identity .tour-list-card .card-info {
        padding: 10px 10px 10px;
    }

    body.tours-identity .tour-list-card .home-tour-meta .icon-duration {
        font-size: 12px;
    }

    body.tours-identity .tour-list-card .tour-list-title {
        min-height: 42px;
        margin-bottom: 8px !important;
    }

    body.tours-identity .tour-list-card .tour-list-title a {
        font-size: 15px;
    }

    body.tours-identity .tour-list-card .tour-list-price h6 {
        font-size: 13px;
        padding: 6px 8px;
    }
}

/* =============================================
   TUR DETAY SAYFASI (Tur.aspx)
   ============================================= */

.tour-detail-main {
    padding-bottom: 60px;
}

.tour-detail-main .tour-title-modern {
    margin-bottom: 10px;
}

.tour-detail-main .tour-main-heading {
    font-size: clamp(26px, 3vw, 36px);
    font-weight: 800;
    color: #0f1f38;
    line-height: 1.2;
    margin: 0;
    letter-spacing: -0.02em;
}

/* Galeri Geliştirmeleri */
.tour-detail-main .container-banner-activities {
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    margin-bottom: 24px;
    background: #fff;
}

.tour-detail-main .box-banner-activities {
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 16px 16px 0 0;
    overflow: hidden;
}

.tour-detail-main .slider-thumnail-activities {
    padding: 12px;
    background: #fff;
    border-top: 1px solid #edf2f8;
}

.tour-detail-main .banner-slide-activity img.turresmi {
    border-radius: 16px 16px 0 0 !important;
}

.tour-detail-main img.turresmi2 {
    border-radius: 8px !important;
    transition: transform 0.2s, opacity 0.2s;
}

.tour-detail-main img.turresmi2:hover {
    transform: scale(1.05);
    opacity: 0.9;
}

/* Quick Info Badges */
.tour-quick-info-modern {
    background: #fff;
    border-radius: 12px;
    padding: 16px 20px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.04);
    border: 1px solid #edf2f8;
}

.info-badge {
    background: #f4f7fb;
    padding: 10px 16px;
    border-radius: 10px;
    border: 1px solid #e3e9f2;
    flex: 1;
}

.info-badge .icon-wrap {
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff7900;
    font-size: 16px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.info-badge .label {
    display: block;
    font-size: 12px;
    color: #5f6f86;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
}

.info-badge .val {
    display: block;
    font-size: 16px;
    color: #0f1f38;
    line-height: 1.2;
}

.info-badge .text-brand {
    color: #ff7900;
    font-size: 18px;
    font-weight: 800;
}

/* Akordiyon (Collapsable) Alanlar Modernizasyonu */
.tour-detail-main .group-collapse-expand {
    background: #fff;
    border-radius: 12px;
    border: 1px solid #edf2f8;
    box-shadow: 0 4px 16px rgba(0,0,0,0.02);
    margin-bottom: 16px;
    overflow: hidden;
}

.tour-detail-main .btn-collapse {
    padding: 18px 20px;
    background: #f8fbff;
    border: none;
    border-bottom: 1px solid transparent;
}

.tour-detail-main .btn-collapse[aria-expanded="true"] {
    background: #fff;
    border-bottom: 1px solid #edf2f8;
}

.tour-detail-main .btn-collapse h6 {
    font-size: 16px;
    font-weight: 700;
    color: #163a70;
}

.tour-detail-main .card-body {
    padding: 20px;
    border: none;
}

/* Sağ Menü - Sticky Booking */
.tour-booking-sidebar {
    position: sticky;
    top: 100px;
    z-index: 100;
}

.tour-detail-main .booking-form {
    background: #fff;
    border-radius: 16px;
    border: 1px solid #edf2f8;
    box-shadow: 0 12px 30px rgba(11, 31, 64, 0.08);
    padding: 0;
    margin-bottom: 24px;
    overflow: hidden;
}

.tour-detail-main .head-booking-form {
    background: #163a70;
    padding: 18px 20px;
    border-radius: 16px 16px 0 0;
}

.tour-detail-main .head-booking-form p {
    color: #fff !important;
    font-size: 18px !important;
    font-weight: 700;
    margin: 0;
}

.tour-detail-main .head-booking-form i {
    color: #ff7900;
}

.tour-detail-main .content-booking-form {
    padding: 24px;
}

.tour-detail-main .item-line-booking {
    border-bottom: 1px dashed #e3e9f2;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.tour-detail-main .quantity-selector {
    background: #f4f7fb;
    border-radius: 8px;
    border: 1px solid #e3e9f2;
}

.tour-detail-main .btn-book {
    background: #ff7900;
    color: #fff !important;
    font-size: 16px;
    font-weight: 800;
    padding: 14px 24px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 100%;
    transition: transform 0.2s, background 0.2s;
}

.tour-detail-main .btn-book:hover {
    background: #e96000;
    transform: translateY(-2px);
}

.tour-detail-main .sidebar-left {
    border-radius: 16px !important;
    border: 1px solid #edf2f8 !important;
    box-shadow: 0 4px 16px rgba(0,0,0,0.04) !important;
}

.tour-detail-main .sidebar-left h6 {
    color: #163a70;
    font-weight: 800;
    padding-bottom: 10px;
    border-bottom: 1px solid #edf2f8;
    margin-bottom: 16px;
}
